projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73db8b0
)
shr.el (shr-insert): Comment fix.
author
Katsumi Yamaoka
<yamaoka@jpl.org>
Mon, 18 Oct 2010 05:45:06 +0000
(
05:45
+0000)
committer
Katsumi Yamaoka
<yamaoka@jpl.org>
Mon, 18 Oct 2010 05:45:06 +0000
(
05:45
+0000)
lisp/gnus/shr.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/shr.el
b/lisp/gnus/shr.el
index db609286c119cde3435bc77b7250e4a1c556c6b1..8641c196236c0c55fd935d86f226cf05c62f1fb7 100644
(file)
--- a/
lisp/gnus/shr.el
+++ b/
lisp/gnus/shr.el
@@
-217,7
+217,8
@@
redirects somewhere else."
(unless shr-start
(setq shr-start (point)))
;; No space is needed behind a wide character categorized as
- ;; kinsoku-bol, or between characters both categorized as nospace.
+ ;; kinsoku-bol, between characters both categorized as nospace,
+ ;; or at the beginning of a line.
(let (prev)
(when (and (eq (preceding-char) ? )
(or (= (line-beginning-position) (1- (point)))